home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilfile / 1treed / treedel.doc < prev   
Encoding:
Text File  |  1991-07-02  |  1.9 KB  |  102 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.      ┌─────────────────────────────────────────────┐
  8.      │                           │
  9.      │                           │
  10.      │           TREE DELETER (w/ options!)       │
  11.      │                           │
  12.      │                           │
  13.      └─────────────────────────────────────────────┘
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.     Finding most tree deleters didn't really have any options, I thought
  27. I would throw a freebee out there that solved this problem.
  28.  
  29.  
  30.     The usage:     TREED [subdir] [options]
  31.  
  32.     whereas options are:
  33.  
  34.  
  35.     /P      prompt at each branch, and enable you to stop if wanted.
  36.  
  37.     /T      totally delete files (non-recoverable !)
  38.  
  39.     /O      delete ONLY certain filespecs (Eg: *.DOC, FILE.*, FILE.EXT )
  40.  
  41.     /S      show files before deleting (no prompt, just a file-listing)
  42.  
  43.     /C      check tree for total size, files, and directories
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.     If you want to delete C:\MENU and all the subdirs,
  51.     then just type:
  52.              TREED \MENU
  53.  
  54.  
  55.  
  56.  
  57.     If you want to delete all *.BAK files within \MENU and its
  58.     subdirs:
  59.  
  60.              TREED \MENU /O
  61.      and at the "Filename: " prompt, type: *.BAK
  62.  
  63.  
  64.  
  65.  
  66.     If your tree contains: C:\MENU\PEDIT\BACKUP\OTHER\STUFF\MYDIR
  67.  
  68. and you only want to delete down to \OTHER, then type:
  69.  
  70.     TREED \MENU /P  then answer "No" when down to \OTHER.
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.   NOTE: A root directory won't be deleted !  I included this as a
  80.     safety option, so you will not kill off your entire hard drive.
  81.  
  82.     Please take caution with the /T option, because I have tried
  83.     to recover with Norton, PCTools, and Mace Utilities, none of
  84.     which can recover the files.
  85.  
  86.     Also, relax when using the /C check option.  If you accidentally
  87.     press the wrong letter, "Eg: /V", you are always prompted at
  88.     the beginning of the program to "delete" or not.
  89.  
  90.  
  91.  
  92.  
  93.  
  94.     I hereby release this utility to the public domain, just as long
  95. as no one says bad things about my momma if they screw up and
  96. accidentally delete an important directory.
  97.  
  98.     Thanks....
  99.  
  100.  
  101.                    -Dave.
  102.